* lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads):
authorGlenn Morris <rgm@gnu.org>
Wed, 30 Oct 2013 20:03:07 +0000 (16:03 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 30 Oct 2013 20:03:07 +0000 (16:03 -0400)
commit3c6e89c710c1058de0f282e5d0e0304413372193
tree82b51cf9617708b7c8a70bf8d6ee9bf309e85d30
parentbb490fcacbd12f7e001ffb174f94ff9d6d075241
* lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads):
`newline' does not respect `standard-output', so use `princ'.

Otherwise you can get \n inserted in the wrong buffer, eg
http://lists.gnu.org/archive/html/emacs-diffs/2013-10/msg00379.html
lisp/ChangeLog
lisp/emacs-lisp/autoload.el